fix(ui): Chatbot UI consistency improvements#272
Merged
Conversation
- Reduce SayPi toolbar buttons from 40px to 36px to match Pi's native size-9 - Add 8px spacing between enter and settings buttons for consistency - Add outer-circle class to settings.svg for CSS targeting - Hide settings icon ring on Pi.ai for flat button appearance - Apply cream background to settings button on both mobile and desktop 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Claude.ai restructured their sidebar (Jan 2025): - "New chat" is now in its own container above the scrollable area - "Chats, Projects, Artifacts, Code" are in a separate flex column Updated getSidebarConfig to find the menu container by looking for recognizable navigation labels rather than starting from New chat. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updated createMiniSettingsButton to use "voiceSettings" i18n key instead of "extensionSettings" to differentiate from Pi.ai's native Settings button and match Claude.ai sidebar button labeling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
UI consistency fixes for both Pi.ai and Claude.ai to ensure SayPi buttons match native host styling.
Pi.ai fixes
size-9bg-cream-550) to settings button on both mobile and desktopClaude.ai fixes
getSidebarConfigto handle Claude's new sidebar structure where "New chat" is in a separate container from "Chats, Projects, Artifacts, Code"Both hosts
Test plan
🤖 Generated with Claude Code